home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 (Alt) / Vol 132.iso / games / nameless.swf / scripts / DefineSprite_2698 / frame_1 / DoAction.as
Encoding:
Text File  |  2011-06-09  |  267 b   |  14 lines

  1. onEnterFrame = function()
  2. {
  3.    if(_root.cm.hitTest(this))
  4.    {
  5.       if(_root.gotoLevel4._currentframe == 1)
  6.       {
  7.          stopAllSounds();
  8.          _root.stopAllSounds();
  9.          _root.music.stop();
  10.          _root.gotoLevel4.play();
  11.       }
  12.    }
  13. };
  14.